projects
/
pyside6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25df3b4
)
Fix missing subparser in test harness
author
Stuart Prescott
<stuart@debian.org>
Fri, 3 May 2024 06:48:49 +0000
(16:48 +1000)
committer
Stuart Prescott
<stuart@debian.org>
Tue, 23 Sep 2025 00:19:51 +0000
(10:19 +1000)
Not needed in the build but needed for debugging the test harness...
Gbp-Pq: Name 0003-Fix-missing-subparser-in-test-harness.patch
testing/command.py
patch
|
blob
|
history
diff --git
a/testing/command.py
b/testing/command.py
index 9ef35ee207f9556c809d52a766327d3e88b49b32..c52b09fe62cacbc72e4598daaf7d3074dcff79e5 100644
(file)
--- a/
testing/command.py
+++ b/
testing/command.py
@@
-204,6
+204,7
@@
def main():
type=int,
help="use build number n (0-based), latest = -1 (default)",
)
+ parser_list = subparsers.add_parser("list")
args = parser.parse_args()
if hasattr(args, "buildno"):